<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Ã§Â»â€¡Ã¦Â¢Â¦58Ã¯Â¼Ë†dede58.comÃ¯Â¼â€°Ã¥ÂÅ¡Ã¦Å“â‚¬Ã¥Â¥Â½Ã§Å¡â€žÃ§Â»â€¡Ã¦Â¢Â¦Ã¦â€¢Â´Ã§Â«â„¢Ã¦Â¨Â¡Ã¦ÂÂ¿Ã¤Â¸â€¹Ã¨Â½Â½Ã§Â½â€˜Ã§Â«â„¢ */
@font-face {
	/* font-test--*/
	src:local("Microsoft YaHei")
	}
	
	
	
	body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
		font-family:"Microsoft YaHei";
		font-weight: normal;
	
	}
	
	button{
		background-color: #fff; /* Green */
		border: none;
		outline:none;
		text-decoration: none;
		display: inline-block;
	
		
	}
	
	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		font-family: 'Microsoft YaHei','SimHei',Serif;
	}
	
	.container {
		display: block;
		width: 100%;
		max-width: 1230px;
		padding-left: 15px;
		padding-right: 15px;
		margin:0 auto;
		
		
	}
	
	.main{
		margin-top:-100px;
		background-color:#fff;
		z-index:9999;
	}
	
	.main2{
		 display:block;
	}
	
	.container-full {
		display: block;
		width: 100%;
		
		
	}	
		
	
	 @media screen and (max-width: 768px) {
	.header {
		padding: 15px 0;
		position: relative;
	}
	}
	 @media screen and (max-width: 640px) {
	.header {
		padding: 8px 0;
		position: relative;
		
	}
	}
	.header .logo {
		display: none;
	}
	 @media screen and (max-width: 768px) {
	.header .logo {
		display: block;
		float: left;
	}
	.header .logo img {
		display: block;
		height: 60px;
	}
	}
	 @media screen and (max-width: 640px) {
	.header .logo img {
		display: block;
		height: 46px;
	}
	}
	.header .nav {
		display: block;
		float: left;
		width: 100%;
		margin-left:0Px;
		
		
		
	}
	 @media screen and (max-width: 768px) {
	.header .nav {
		display: none;
		position: absolute;
		padding-right: 0;
		top: 100%;
		left: 0;
		
		background-color: rgba(0,0,0,0.95);
		z-index: 10;
	}
	}
	.header .nav li {
		position: relative;
		display: block;
		float: left;
		width: 9%;
		text-align: center;
		font-size: 0;
	}
	 @media screen and (max-width: 1230px) {
	.header .nav li {
		width: 11%;
		margin-right: 0;
	}
	.header .nav ul {
		overflow: hidden;
		width: 73%;
		float: left;
	}
	}
	 @media screen and (max-width: 768px) {
	.header .nav li {
		width: 16%;
		border-bottom: 1px solid #777777;
	}
	.header .nav li:last-child {
		border-bottom: none;
	}
	}
	.header .nav li:last-child {
		margin-right: 0;
	}
	.header .nav li&gt;a {
		display: inline-block;
		*display: inline;
		*zoom:1;
		width: auto;
		height: 28px;
		line-height: 28px;
		/* border: 1px solid #fff; */
		border-radius: 15px;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:11pt;
		color: #777777;
		margin: 20px auto;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	 @media screen and (max-width: 1024px) {
	.header .nav li&gt;a {
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:9pt;
		width: 100px;
	}
	}
	 @media screen and (max-width: 768px) {
	.header .nav li&gt;a {
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:8pt;
		width: 100%;
		margin: 0;
		color: #fff;
		height: 46px;
		line-height: 46px;
		border: none;
		border-radius: 0;
		padding: 0 15px;
		text-align: left;
	}
	}
	.header .nav li.active&gt;a {
		
		color: #2374e8;
	}
	 @media screen and (max-width: 768px) {
	.header .nav li.active&gt;a {
		color: #fff;
		border: none;
	}
	}
	.header .nav li:hover&gt;a {
		color: #2374e8;
	}
	 @media screen and (max-width: 768px) {
	.header .nav li:hover&gt;a {
		color: #2374e8;
	}
	}
	 @media screen and (max-width: 1230px) {
	.header .nav .nav-logo {
		width: 20%;
		padding: 0 10px;
	}
	}
	 @media screen and (max-width: 768px) {
	.header .nav .nav-logo {
		display: none;
	}
	}
	.header .nav .nav-logo a {
		width: auto;
		height: auto;
		margin-top: 8px;
		margin-bottom: 0;
		padding-right:150px;
	}
	.header .nav .nav-logo a img {
		display: block;
		max-width: 100%;
		margin-right:80px;
		min-width: 145px;
 
    padding: 0px 0;
	}
	.header .nav li dl {
		display: none;
		position: absolute;
		text-align:left;
		background-color:#fff;
		z-index: 10;
		width:120px;
	}
	 @media screen and (max-width: 768px) {
	.header .nav li dl {
		position: static;
	}
	}
	.header .nav li dl dd {
		display: block;
		height: 40px;
		line-height: 40px;
		
	}
	 @media screen and (max-width: 768px) {
	.header .nav li dl dd {
		border-bottom: none;
		height: 36px;
		line-height: 36px;
	}
	}
	.header .nav li dl dd:last-child {
		border-bottom: none;
	
	}
	.header .nav li dl dd a {
		display: block;
		color: #777777;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:10pt;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
		white-space:nowrap;
		padding:0 20px;
		
	}
	 @media screen and (max-width: 768px) {
	.header .nav li dl dd a {
		padding: 0 30px;
		text-align: left;
		font-size: 13px;
	}
	}
	.header .nav li dl dd a:hover {
		color:#2374e8;
	}
	.header .search {
		display: block;
		position: relative;
		float: right;
		width: 140px;
		height: 28px;	
		border-radius: 15px;
		overflow: hidden;
		margin:23px 0;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:8pt;
		padding:3px 0;
	}
	 @media screen and (max-width: 768px) {
	.header .search {
		display: none;
		
	}
	}
	.header .search input {
		display: block;
		float: left;
		width: 550px;
		padding: 3px 15px;
		margin:-70px 0 0 000px;
		line-height: 31px;
		font-size:15px;
		border: none;
		outline: none;
		color: #777777;
		height: 70px;
		-webkit-border-radius: 20px;
		border-radius: 70px;
		padding:20px 0 26px 50px;
	}
	.header .search .submit {
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		border: none;
		outline: none;
		background: url(../images/search-icon-b.png) no-repeat center;
		cursor: pointer;
		padding:70px 70px 0 0;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
		position: absolute;
		left: 0;
		
	}
	.header .search .submit:hover {
		opacity: 0.8;
	}
	.header .nav-toggle {
		display: none;
		float: right;
		padding: 4px 8px;
		border-radius: 4px;
		border: none;
		outline: none;
		background-color: #fff;
		cursor: pointer;
	}
	 @media screen and (max-width: 768px) {
	.header .nav-toggle {
		display: block;
		margin-top: 16px;
	}
	}
	 @media screen and (max-width: 640px) {
	.header .nav-toggle {
		display: block;
		margin-top: 10px;
	}
	}
	.header .nav-toggle span {
		display: block;
		margin: 4px 0;
		width: 20px;
		height: 2px;
		background-color: #777777;
	}
	.banner {
		display: block;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.banner img {
	
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
		height:initial;
	}
	 .banner .swiper-button-prev {
		position: absolute;
		z-index: 5;
		top: 285px;
		background-image: url(../images/bannerleft.png);
	}
	
	.banner .swiper-button-next {
		position: absolute;
		z-index: 5;
		top: 330px;
		
		text-align: center;
		color: #fff;
		background-image:url(../images/bannerright.png);
	}
	
	.banner .swiper-button-center {	
		position: absolute;
		z-index: 5;
		top: 325px;
		margin-top: -33px;
		text-align: center;
		color: #fff;
		background-image:url(../images/bannerline.png);
		
	}
	 @media screen and (max-width: 768px) {
	.banner .swiper-button-next, .banner .swiper-button-prev {
		display: none;
	}
	}
	.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
		display: block;
	}
	 @media screen and (max-width: 768px) {
	.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
		display: none;
	}
	}
	@media screen and (max-width: 768px) {
	.banner .swiper-button-prev {
		right: 30%;
	}
	}
	
	@media screen and (max-width: 1920px) {
	.banner .swiper-button-prev {
		right: 15%;
	}
	}
	
	@media screen and (max-width: 768px) {
	.banner .swiper-button-next {
		right: 30%;
	}
	}
	
	@media screen and (max-width: 1920px) {
	.banner .swiper-button-next {
		right: 15%;
	}
	}
	
	@media screen and (max-width: 768px) {
	.banner .swiper-button-center {
		right: 28%;
	}
	}
	
	@media screen and (max-width: 1920px) {
	.banner .swiper-button-center {
		right: 14%;
	}
	}
	
	.swiper-pagination {
		font-size: 0;
	}
	.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 20px;
	}
	 @media screen and (max-width: 640px) {
	.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
	}
	}
	.banner .swiper-pagination-bullets .swiper-pagination-bullet {
		display: inline-block;
	 *display: inline;
	 *zoom:1;
		width: 45px;
		height: 2px;
		margin: 0px 5px 0 5px;
		background-color: #777777;
		background-color: rgba(0,0,0,0.5);
		cursor: pointer;
		opacity: 1;
		border-radius: 0;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 768px) {
	.banner .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 24px;
		height: 2px;
	}
	}
	.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}
	.section-header {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: -5% auto 3.6%;
		text-align: center;
		font-size: 0;
	}
	 @media screen and (max-width: 640px) {
	.section-header {
		margin: 8% auto 8%;
	}
	}
	.section-header h3 {
		position: relative;
		display: block;
		line-height: 45px;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size: 32px;
		z-index: 5;
		height: 136px;
		padding-top:100px;
		background:#fff;
	}
	
	
	.section2-header {
		position: relative;
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 1.5% auto 2.5%;
		text-align: center;
		font-size: 0;
	}
	 @media screen and (max-width: 640px) {
	.section2-header {
		margin: 8% auto 8%;
	}
	}
	
	
	
	.section2-header h33 {
		position: relative;
		display: block;
		line-height: 2;
		margin-top:80px;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size: 32px;
		text-align: left;
		z-index: 5;
	}
	
	
	
	.green {
		color: #2374e8;
	}
	.black {
		color: #333;
	}
	.section-header p {
		display: block;
		line-height: 1;
		font-size: 18px;
		color: #777777;
		margin-top: 15px;
		text-transform: uppercase;
	}
	.section-header .line {
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #777777;
		top: 29px;
		left: 0;
		text-align: center;
		z-index: 2;
	}
	.section-header .line span {
		display: inline-block;
		width: 240px;
		height: 1px;
		background-color: #fff;
	}
	.about-body {
		display: block;
		height:395px;
		max-width: 1230px;
		width:100%;
	}
	.about-body .about-us-l {
		display: block;
		width: 85%;
		max-width: 1200px;
		margin: 54px auto 3.6%;
		text-align: center;
	}
	
	
	.about-us-syanli {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 4.5% auto 3.6%;
		text-align: center;
	}
	
	.about-body .about-us-l h1 {
		display: block;
		font-size: 18px;
		color: #777777;
		line-height: 1;
		padding: 14px 0 0px 0;
	}
	
	.about-body .about-us-l h2 {
		font-family: 'Microsoft YaHei','SimHei',Serif;
		display: block;
		color: #333333;
		font-size: 25pt;
		font-size: 32px;
		padding: 50px 0 45px 0;
		text-align:center;
	}
	
	.about-body .about-us-l h2 img{
		 margin:0 0 30px 0;
	}
	
	
	 @media screen and (max-width: 320px) {
	.about-body .about-us-l h1 {
		font-size: 16px;
	}
	}
	/*.about-body .about-us-l .line{
		display: block;
		width: 260px;
		height: 3px;
		background-color: #fff;
		border: 1px solid #2374e8;
		border-width: 1px 0 1px 0;
	}*/
	
	.about-body .about-us-l p {
		
display: block;
		
font-family: 'Microsoft YaHei','SimHei',Serif;
		
color: #777777;
		
font-size: 15px;
		
width:100%;
		
text-align:center;
		
line-height: 40px;
	}
	.about-body .about-us-l a {
		display: block;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		width: 136px;
		height: 45px;
		border: 1px solid #777777;
		margin: 62px auto ;
		text-align: center;        /*Ã¦â€“â€¡Ã¥Â­â€”Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­Ã¥Â¯Â¹Ã©Â½Â*/
		line-height: 45px; 
		font-size :9pt;
		color: #777777;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	
		
	}
	.about-body .about-us-l a:hover {
		color: #2374e8;
		border: 1px solid #2374e8;
	}
	.about-body .about-us-r {
		display: block;
		float: right;
		width: 48.83%;
		text-align: center;
		font-size: 0;
	}
	 @media screen and (max-width: 768px) {
	.about-body .about-us-r {
		width: 100%;
		float: none;
		margin-top: 4%;
	}
	}
	.about-body .about-us-r li {
		display: inline-block;
		width: 33.33%;
		padding-left: 9px;
		background-color: #fff;
	}
	.about-body .about-us-r li:last-child {
		margin-right: 0;
	}
	.about-body .about-us-r li img {
		display: block;
		width: 100%;
		height: auto;
	}
	.about-body .about-us-r li .content {
		display: block;
		background-color: #777777;
		padding-bottom: 25px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 640px) {
	.about-body .about-us-r li .content {
		padding-bottom: 10px;
	}
	}
	.about-body .about-us-r li .content:hover {
		background-color: #777777;
	}
	.about-body .about-us-r li .content h4 {
		display: block;
		line-height: 1;
		font-size: 18px;
		color: #777777;
		margin-top: 20px;
	}
	 @media screen and (max-width: 640px) {
	.about-body .about-us-r li .content h4 {
		font-size: 14px;
		margin-top: 10px;
	}
	}
	.about-body .about-us-r li .content h4 a {
		color: #777777;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.about-body .about-us-r li .content:hover h4 a {
		color: #fff;
	}
	.about-body .about-us-r li .content p {
		display: block;
		font-size: 13px;
		color: #777777;
		line-height: 1;
		margin-top: 10px;
		text-transform: uppercase;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 640px) {
	.about-body .about-us-r li .content p {
		display: none;
	}
	}
	.about-body .about-us-r li .content:hover p {
		color: #777777;
	}
	
	.product-body {
		display: block;
		height:auto;
		max-width: 1230px;
		width:100%;
		padding:50px 0;
	}
	.product-body .product-us-l {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 4.5% auto 3.6%;
		text-align: center;
	}
	
	.product-body .product-us-l h1 {
		display: block;
		font-size: 18px;
		color: #777777;
		line-height: 1;
		padding: 14px 0 0px 0;
	}
	
	.product-body .product-us-l h2 {
		font-family: 'Microsoft YaHei','SimHei',Serif;
		display: block;
		color: #333333;
		font-size: 32px;
		
		text-align:center;
	
	}
	
	.product-body .product-us-l h2 img{
		 margin:0 0 30px 0;
	}
	
	
	 @media screen and (max-width: 320px) {
	.product-body .product-us-l h1 {
		font-size: 16px;
	}
	}
	/*.product-body .product-us-l .line{
		display: block;
		width: 260px;
		height: 3px;
		background-color: #fff;
		border: 1px solid #2374e8;
		border-width: 1px 0 1px 0;
	}*/
	
	.product-body .product-us-l p {
		
		display: block;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		color: #777777;
		font-size:9pt;
		width:100%;
		text-align:center;
		line-height:20pt;
	
	}
	.product-body .product-us-l a {
		display: block;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		width: 136px;
		height: 40px;
		border: 1px solid #777777;
		margin: 66px auto;
		text-align: center;        /*Ã¦â€“â€¡Ã¥Â­â€”Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­Ã¥Â¯Â¹Ã©Â½Â*/
		line-height: 40px; 
		font-size :9pt;
		color: #777777;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	
		
	}
	.product-body .product-us-l a:hover {
		color: #2374e8;
		border: 1px solid #2374e8;
	}
	.product-body .product-us-r {
		display: block;
		float: right;
		width: 48.83%;
		text-align: center;
		font-size: 0;
	}
	 @media screen and (max-width: 768px) {
	.product-body .product-us-r {
		width: 100%;
		float: none;
		margin-top: 4%;
	}
	}
	.product-body .product-us-r li {
		display: inline-block;
		width: 33.33%;
		padding-left: 9px;
		background-color: #fff;
	}
	.product-body .product-us-r li:last-child {
		margin-right: 0;
	}
	.product-body .product-us-r li img {
		display: block;
		width: 100%;
		height: auto;
	}
	.product-body .product-us-r li .content {
		display: block;
		background-color: #777777;
		padding-bottom: 25px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 640px) {
	.product-body .product-us-r li .content {
		padding-bottom: 10px;
	}
	}
	.product-body .product-us-r li .content:hover {
		background-color: #777777;
	}
	.product-body .product-us-r li .content h4 {
		display: block;
		line-height: 1;
		font-size: 18px;
		color: #777777;
		margin-top: 20px;
	}
	 @media screen and (max-width: 640px) {
	.product-body .product-us-r li .content h4 {
		font-size: 14px;
		margin-top: 10px;
	}
	}
	.product-body .product-us-r li .content h4 a {
		color: #777777;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.product-body .product-us-r li .content:hover h4 a {
		color: #fff;
	}
	.product-body .product-us-r li .content p {
		display: block;
		font-size: 13px;
		color: #777777;
		line-height: 1;
		margin-top: 10px;
		text-transform: uppercase;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 640px) {
	.product-body .product-us-r li .content p {
		display: none;
	}
	}
	.product-body .product-us-r li .content:hover p {
		color: #777777;
	}
	
	.brand-type {
		display: block;
		text-align: center;
		font-size: 0;
		margin-bottom: 3.6%;
	}
	.brand-type li {
		display: inline-block;
		width: 170px;
		height: 48px;
		margin: 0 25px;
		text-align: center;
		line-height: 48px;
		border-radius: 20px;
		font-size: 18px;
		color: #777777;
		background-color: #f2f2f2;
		cursor: pointer;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.brand-type li a {
		color: #777777;
		display: block;
	}
	 @media screen and (max-width: 768px) {
	.brand-type li {
		width: 20%;
		margin: 1%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	}
	 @media screen and (max-width: 640px) {
	.brand-type li {
		width: 40%;
	}
	}
	.brand-type li.active {
		color: #fff;
		background-color: #696969;
	}
	.brand-type li.active a {
		color: #fff;
	}
	.brand-body {
		display: none;
		overflow: hidden;
	}
	.brand-body.on {
		display: block;
	}
	.brand-body .box {
		display: block;
		overflow: hidden;
	}
	.brand-body .group {
		display: block;
		overflow: hidden;
	}
	.brand-body .list {
		display: block;
	}
	.brand-body ul {
		display: block;
		overflow: hidden;
		margin: -8px -6px;
	}
	.brand-body li {
		display: block;
		float: left;
		width: 25%;
		padding: 8px 6px;
	}
	 @media screen and (max-width: 640px) {
	.brand-body li {
		width: 50%;
	}
	}
	.brand-body li&gt;a {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.brand-body li img {
		display: block;
		width: 100%;
		height: auto;
	}
	.brand-body li .mask {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 20% 10px;
		opacity: 0;
		background: rgba(0,0,0,0.6);
		top: 0;
		text-align: center;
		font-size: 0;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 768px) {
	.brand-body li .mask {
		padding: 30% 10px;
	}
	}
	.brand-body li .mask:hover {
		opacity: 1;
	}
	.brand-body li .mask h4 {
		display: inline-block;
		max-width: 100%;
		line-height: 1;
		font-size: 18px;
		letter-spacing: 2px;
		color: #fff;
		padding: 10px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	 @media screen and (max-width: 768px) {
	.brand-body li .mask h4 {
		letter-spacing: 0px;
	}
	}
	.brand-body li .mask p {
		display: block;
		font-size: 14px;
		color: #e1e1e1;
		margin-top: 13px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	 @media screen and (max-width: 768px) {
	.brand-body li .mask p {
		display: none;
	}
	}
	.brand-body li .mask&gt;span {
		display: inline-block;
		width: 96px;
		height: 28px;
		border: 1px solid #fff;
		color: #fff;
		margin-top: 20%;
		text-align: center;
		line-height: 28px;
		font-size: 14px;
	}
	 @media screen and (max-width: 768px) {
	.brand-body li .mask&gt;span {
		display: none;
	}
	}
	.agency-brand .action {
		display: block;
		margin-top: 14px;
		height:700px;
	}
	 @media screen and (max-width: 640px) {
	.agency-brand .action {
		display: none;
	}
	}
	
	.agency-brand .action .btn {
		display: block;
		width: 50%;
		float: left;
		height: 64px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.agency-brand .action .btn:hover {
		background-color: #7a7a7a;
	}
	.agency-brand .action .btn.disabled {
		background-color: #e5e5e5;
		cursor: default;
		pointer-events: none;
	}
	.agency-brand .action .prev {
		background-color: #e5e5e5;
		text-align: right;
		padding-right: 50px;
	}
	.agency-brand .action .next {
		background-color: #e5e5e5;
		text-align: left;
		padding-left: 50px;
	}
	.agency-brand .action i {
		display: inline-block;
		margin-top: 15px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.agency-brand .action .prev:hover i {
		background: url(../images/allbgs.png) no-repeat -169px 0px;
		width: 50px;
		padding-top: 37px;
	}
	.agency-brand .action .next:hover i {
		background: url(../images/allbgs.png) no-repeat -118px 0px;
		width: 51px;
		padding-top: 37px;
	}
	.project {
		display: block;
		padding: 2.5% 0 3% 0;
		
	}
	 @media screen and (max-width: 640px) {
	.project {
		padding: 8% 0;
	}
	}
	.project .section-header {
		margin-top: 0;
	}
	.project .section-header .line {
		background-color: #c4c4c4;
	}
	.project .section-header .line span {
		background-color: #e9e9e9;
	}
	.project-body {
		display: block;
		position: relative;
		max-width:1200px;
	}
	.project-body .btn {
		display: block;
		position: absolute;
		width: 36px;
		height: 62px;
		top: 36%;
		text-align: center;
		line-height: 62px;
		font-size: 54px;
		color: #717171;
		
		z-index: 20;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 1230px) {
	.project-body .btn {
		width: 30px;
		height: 52px;
		line-height: 52px;
		background-color: rgba(0,0,0,0.6);
		color: #fff;
		font-size: 30px;
	}
	}
	.project-body .btn:hover {
		color: #333;
	}
	 @media screen and (max-width: 1230px) {
	.project-body .btn:hover {
		color: #fff;
	}
	}
	.project-body .prev {
		left: -42px;
	}
	 @media screen and (max-width: 1230px) {
	.project-body .prev {
		left: 15px;
	}
	}
	.project-body .next {
		right: -42px;
	}
	 @media screen and (max-width: 1230px) {
	.project-body .next {
		right: 15px;
	}
	}
	.project-body .box {
		display: block;
		position: relative;
		overflow: hidden;
		
	}
	.project-body .box ul {
		display: block;
		font-size: 0;
		overflow: hidden;
		margin-right: -24px;
	}
	.project-body li {
		display: block;
		float: left;
		width: 25%;
		padding-right: 24px;
		background: url(../images/prodi-ico.png) no-repeat center;
		padding:5px;
		
	}
	 @media screen and (max-width: 640px) {
	.project-body li {
		width: 50%;
		border: 1px solid #d5d5d5;
	}
	}
	.project-body li .pic {
		display: block;
		padding: 10px 8px;
		
	}
	.project-body li .pic a {
		display: block;
		width: 100%;
		height: auto;
	}
	.project-body li .content {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.project-body li .mask {
		display: block;
		position: absolute;
		width: 100%;
		height: 80%;
		padding-top: 10%;
		top: -100%;
		background-color: rgba(0,0,0,0.4);
		text-align: center;
		z-index: 10;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 768px) {
	.project-body li .mask {
		height: 100%;
		padding-top: 30%;
	}
	}
	.project-body li:hover .mask {
		top: 0;
	}
	.project-body li .mask .fdj {
		display: inline-block;
	 *display: inline;
	 *zoom:1;
		width: 54px;
		height: 54px;
		background: url(../images/fdj.png) no-repeat center;
	}
	.project-body li .mask p {
		display: block;
		font-size: 18px;
		line-height: 1;
		margin-top: 18px;
		color: #fff;
		text-transform: uppercase;
	}
	 @media screen and (max-width: 768px) {
	.project-body li .mask p {
		display: none;
	}
	}
	.project-body li .mask h4 {
		display: block;
		font-size: 16px;
		line-height: 1;
		margin-top: 14px;
		color: #fff;
	}
	 @media screen and (max-width: 768px) {
	.project-body li .mask h4 {
		display: none;
	}
	}
	.project-body li .mask .project-arrow {
		display: block;
		position: absolute;
		bottom: -18px;
		left: 50%;
		margin-left: -20px;
		z-index: 10;
	}
	 @media screen and (max-width: 768px) {
	.project-body li .mask .project-arrow {
		display: none;
	}
	}
	.project-body li img {
		display: block;
		width: 100%;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.project-body li p {
		display: block;
		text-align: center;
		font-size: 15px;
		color: #5c5c5c;
		margin-top: 30px;
		line-height: 1;
	}
	.project-body li p a {
		color: #5c5c5c;
	}
	.join {
		display: block;
		position: relative;
		text-align: center;
		padding: 130px 20px;
		margin-top: 4.5%;
		background: url(../images/join-bg.jpg) no-repeat center fixed;
		-webkit-background-size: cover;
		background-size: cover;
	}
	 @media screen and (max-width: 768px) {
	.join {
		padding: 100px 20px;
		background: url(../images/join-bg.jpg) no-repeat center scroll;
	}
	}
	 @media screen and (max-width: 768px) {
	.join {
		padding: 80px 20px;
	}
	}
	.join .mask {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		top: 0;
		left: 0;
	}
	.join .text {
		display: block;
		position: relative;
		z-index: 5;
	}
	.join .text h3 {
		display: block;
		line-height: 1;
		font-size: 50px;
		color: #fff;
	}
	 @media screen and (max-width: 768px) {
	.join .text h3 {
		font-size: 38px;
	}
	}
	 @media screen and (max-width: 640px) {
	.join .text h3 {
		font-size: 30px;
	}
	}
	.join .text p {
		display: block;
		line-height: 1;
		font-size: 24px;
		color: #b1b1b1;
		margin-top: 20px;
	}
	 @media screen and (max-width: 640px) {
	.join .text p {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 20px;
	}
	}
	.join .text a {
		display: inline-block;
		width: 176px;
		height: 52px;
		border: 1px solid #fff;
		text-align: center;
		line-height: 52px;
		color: #eee;
		font-size: 20px;
		margin-top: 74px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 768px) {
	.join .text a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		margin-top: 50px;
	}
	}
	 @media screen and (max-width: 640px) {
	.join .text a {
		margin-top: 30px;
	}
	}
	.join .text a:hover {
		background-color: rgba(0,0,0,0.5);
	}
	.news-body .important-news {
		display: block;
		float: left;
		width: 39.83%;
	}
	 @media screen and (max-width: 768px) {
	.news-body .important-news {
		width: 100%;
		float: none;
	}
	}
	.news-body .important-news .pic {
		display: block;
		position: relative;
	}
	.news-body .important-news img {
		display: block;
		width: 100%;
	}
	.news-body .important-news .date {
		display: block;
		position: absolute;
		width: 67px;
		height: 64px;
		top: 0;
		left: 0;
		background-color: #39b549;
		text-align: center;
		color: #fff;
		overflow: hidden;
	}
	.news-body .important-news .date .day {
		display: block;
		font-size: 34px;
		color: #fff;
		line-height: 1;
		margin-top: 8px;
	}
	.news-body .important-news .date .month {
		display: block;
		line-height: 1;
		color: #fff;
		font-size: 13px;
		margin-top: 3px;
	}
	.news-body .important-news h4 {
		display: block;
		margin-top: 22px;
		color: #5c5c5c;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-size: 16px;
	}
	 @media screen and (max-width: 768px) {
	.news-body .important-news h4 {
		margin-top: 4%;
	}
	}
	.news-body .important-news h4 a {
		color: #5c5c5c;
	}
	.news-body .important-news h4 a:hover {
		color: #2374e8;
	}
	.news-body .important-news p {
		display: block;
		line-height: 23px;
		color: #868686;
		margin-top: 8px;
	}
	.news-body .orther-news {
		display: block;
		float: right;
		width: 56.66%;
	}
	 @media screen and (max-width: 768px) {
	.news-body .orther-news {
		width: 100%;
		float: none;
		margin-top: 6%;
	}
	}
	.news-body .orther-news ul {
		margin: -18px 0;
	}
	.news-body .orther-news li {
		display: block;
		padding: 18px 0;
		border-bottom: 1px dashed #d1d1d1;
	}
	.news-body .orther-news li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.news-body .orther-news li .date {
		display: block;
		width: 64px;
		height: 71px;
		float: left;
		margin-right: 15px;
		overflow: hidden;
		border: 1px solid #b2b2b2;
		text-align: center;
	}
	.news-body .orther-news li .date .day {
		display: block;
		font-size: 40px;
		color: #7e7e7e;
		line-height: 1;
		margin-top: 6px;
	}
	.news-body .orther-news li .date .month {
		display: block;
		line-height: 1;
		font-size: 13px;
		color: #5c5c5c;
		margin-top: 4px;
	}
	.news-body .orther-news li .content {
		display: block;
		overflow: hidden;
	}
	.news-body .orther-news li .content h4 {
		display: block;
		font-size: 16px;
		color: #5c5c5c;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.news-body .orther-news li .content h4 a {
		color: #5c5c5c;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
	}
	.news-body .orther-news li .content h4 a:hover {
		color: #2374e8;
	}
	.news-body .orther-news li .content p {
		display: block;
		line-height: 23px;
		color: #767676;
		margin-top: 6px;
	}
	.news .more {
		display: block;
		height: 36px;
		line-height: 36px;
		background-color: #ebebeb;
		color: #666;
		text-align: center;
		margin-top: 30px;
	}
	.news .more a {
		display: block;
		color: #666;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
	}
	.news .more a:hover {
		color: #fff;
		background-color: #7a7a7a;
	}
	.partner-body {
		display: block;
		overflow: hidden;
	}
	.partner-body ul {
		display: block;
		overflow: hidden;
		margin: -1% -1.5%;
	}
	.partner-body li {
		display: block;
		float: left;
		width: 16.666%;
		padding: 1% 1.5%;
	}
	 @media screen and (max-width: 768px) {
	.partner-body li {
		width: 33.333%
	}
	}
	.partner-body li a {
		display: block;
		position: relative;
	}
	.partner-body li .mask {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: #000;
		top: 0;
		left: 0;
		z-index: 10;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
	}
	.partner-body li a:hover .mask {
		opacity: 0.3;
	}
	.partner-body li img {
		display: block;
		width: 100%;
		height: auto;
		border: 1px solid #e1e1e1;
	}
	
	
	
	.footer {
		display: block;
		width: 100%;
		
		padding-top: 77px;
		background-color: #333333;
		
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 auto;
	}
	
	
	.footer-body {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 3.6%;
		text-align: center;
		
	}
	
	.footer .box-l {
		display: block;
		float: left;
		width: 450px;
		background-color: #333333;
	}
	 @media screen and (max-width: 1200px) {
	.footer .box-l {
		width: 100%;
		float: none;
	}
	}
	.footer .box-l .contact-way {
		display: block;
		overflow: hidden;
	}
	.footer .box-l .ewm {
		display: block;
		float: left;
	}
	.footer .box-l .ewm img {
		display: block;
		float: left;
		width: 124px;
		height: 124px;
		margin-right: 8px;
	}
	.footer .box-l .contact-way .info {
		width:100%;
		display: block;
		float: left;
		margin-left: 7px;
	}
	 @media screen and (max-width: 640px) {
	.footer .box-l .contact-way .info {
		margin-top: 6%;
	}
	}
	.footer .box-l .contact-way .info h2 {
		float:left;
		display: block;
		padding-left: 8px;
		border-left: 1px solid #2374e8;
		font-size: 14px;
		line-height: 1;
		color: #fff;
	}
	.footer .box-l .contact-way .info ul {
		display: block;
		
	}
	 @media screen and (max-width: 640px) {
	.footer .box-l .contact-way .info ul {
		margin-top: 2%;
	}
	}
	.footer .box-l .contact-way .info ul li {
		display: block;
		height: 28px;
		line-height: 28px;
		color: #777777;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		
	}
	.footer .box-l .contact-way .info ul li span {
		display: block;
		float: left;
		margin: 0;
	}
	.footer .box-l .contact-way .info ul li i {
		display: block;
	}
	.footer .box-l .phone {
		display: block;
		height: 60px;
		line-height: 60px;
		margin:35px 0 35px 0;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size: 10pt;
		color: #777777;
		float:left;
		
	}
	 @media screen and (max-width: 768px) {
	.footer .box-l .contact-way .info .phone {
		margin-top: 2%;
		float:left;
	}
	}
	 @media screen and (max-width: 640px) {
	.footer .box-l .contact-way .info  .phone {
		display: none;
		float:left;
		
	}
	}
	
	.footer .box-l .contact-way .info  .phone span{
		width:100%;
		display: block;
		height: 20pt;
		line-height: 20pt;
		float:left;
		font-size: 10pt;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		color: #777777;
	}
	
	.footer .box-l .contact-way .info .phone i {
		display: block;
		float: left;
		margin: 0 10px 0 14px;
	}
	.footer .box-r {
		display: block;
		float: right;
		
		background-color: #333333;
	}
	 @media screen and (max-width: 1230px) {
	.footer .box-r {
		width: 100%;
		float: left;
		margin-top: 4%;
	}
	}
	 @media screen and (max-width: 768px) {
	.footer .box-r {
		display: none;
	}
	}
	.footer .box-r .mune {
		display: block;
		overflow: hidden;
		clear: both;
	}
	.footer .box-r .mune .list {
		display: block;
		text-align:left;
		padding: 0 15px;
		height: auto;
		float: left;
		
	}
	.footer .box-r .mune .list:first-child {
		padding-left: 0;
		border-left: 0;
	}
	.footer .box-r .mune .list:last-child {
		padding-right: 0;
	}
	.footer .box-r .mune .list h4 {
		display: block;
		color: #777777;
		font-size: 11pt;
		font-family: 'Microsoft YaHei','SimHei',Serif;
	}
	.footer .box-r .mune .list ul {
		display: block;
		margin-top: 10px;
	}
	.footer .box-r .mune .list ul li {
		display: block;
		height: 28px;
		line-height: 28px;
	}
	.footer .box-r .mune .list ul li a {
		color: #898989;
		font-size: 10pt;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
	}
	.footer .box-r .mune .list ul li a:hover {
		color: #2374e8;	
		
	}
	.footer .box-r .frend-link {
		display: block;
		margin-top: 24px;
		overflow: hidden;
		clear: both;
	}
	.footer .box-r .frend-link h4 {
		display: block;
		float: left;
		font-size: 18px;
		color: #2374e8;
		font-weight: bold;
	}
	.footer .box-r .frend-link ul {
		display: block;
		float: left;
	}
	.footer .box-r .frend-link ul li {
		display: block;
		width: 109px;
		height: 47px;
		float: left;
		margin-left: 6px;
	}
	
	
	.footer .ttl {
		display: block;
		float: right;
		width:100%;
		background-color: #333333;
	}
	 @media screen and (max-width: 1230px) {
	.footer .ttl {
		width: 100%;
		float: left;
		margin-top: 4%;
	}
	}
	 @media screen and (max-width: 768px) {
	.footer .ttl {
		display: none;
	}
	}
	
	.footer .ttl div{
		float:right;
		margin-left:15px;
		
	}
	
	.footer .ttl span{
		
	}
	
	/*Ã¨ÂÂ½Ã¦Â¬Â¾Ã§Å¡â€žÃ¤Â¸â€°Ã¤Â¸ÂªÃ¥â€ºÂ¾Ã§â€°â€¡*/
	.footer .ttl .weixin{
		background:url(../images/foot-wx.png) no-repeat;
		width:44px;
		height:44px;
		position: relative;
		display:block;
		z-index:1;
		
	}
	.footer .ttl .weixin:hover{
		background:url(../images/foot-wx000.png) no-repeat;
	}
	
	.footer .ttl .weixin  .weixin1{
		background:url(../images/lx_wx.jpg) no-repeat ;
		visibility: hidden;
		width: 120px;
		height:120px;
		background-color: white;
		color: #fff;
		text-align: center;
		
		margin: -125px -60px;
		/* Ã¥Â®Å¡Ã¤Â½Â */
		position: absolute;
		z-index: 1;
	}
	
	.footer .ttl .weixin:hover .weixin1 {
		visibility: visible;
	}
	
	.footer .ttl .weibo{
		background:url(../images/foot-wb.png) no-repeat;
		width:44px;
		height:44px;
		
	}
	.footer .ttl .weibo:hover{
		background:url(../images/foot-wb000.png) no-repeat;
	}
	
	/* .footer .ttl .weibo:hover{
		background:url(../images/foot-wb-b.png) no-repeat;
	} */
	
	.footer .ttl .qq{
		background:url(../images/foot-qq.png) no-repeat;
		width:44px;
		height:44px;
		
	}
	.footer .ttl .qq:hover{
		background:url(../images/foot-qq000.png) no-repeat;
	}
	
	/* .footer .ttl .qq:hover{
		background:url(../images/foot-b-qq.png) no-repeat;
	} */
	
	
	.footer .web-info {
		display: block;
		height: 60px;
		line-height: 60px;
		color: #777777;
		background-color: #333333;
		text-align:center;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:10pt;
	}
	.footer .web-info a {
		color: #e4e4e4;
	}
	.footer .web-info a:hover {
		text-decoration: underline;
	}
	 @media screen and (max-width: 768px) {
	.footer .web-info {
		margin-top: 2%;
		text-align:center;
	}
	}
	
	 @media screen and (max-width: 640px) {
	.footer .web-info {
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	}
	
	
	
	
	
	.footer .web-info .d {
		height:52px;
		line-height:52px;
		text-align:center;
		display: block;
		border-top:1px solid #777777;
		font-size:12px;
		color:#777777;

	}
	
	.footer .web-info span {
		display: none;
	}
	
	.go-top {
		display: none;
		position: fixed;
		bottom: calc(40% - 10px);
		right: 0px;
		width: 50px;
		height: 50px;
		z-index: 9999;
		cursor: pointer;
		background: #2374e8 url(../images/go-top.png) no-repeat center;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		opacity:0.7;
		filter:alpha(opacity=70); /* Ã©â€™Ë†Ã¥Â¯Â¹ IE8 Ã¤Â»Â¥Ã¥ÂÅ&nbsp;Ã¦â€ºÂ´Ã¦â€”Â©Ã§Å¡â€žÃ§â€°Ë†Ã¦Å“Â¬ */
	}
	
	
	
	 @media screen and (max-width: 768px) {
	.go-top {
		width: 30px;
		height: 30px;
		right: 15px;
		bottom: 30px;
		-webkit-background-size: auto 10px;
		background-size: auto 10px;
		opacity:0.7;
		filter:alpha(opacity=70); /* Ã©â€™Ë†Ã¥Â¯Â¹ IE8 Ã¤Â»Â¥Ã¥ÂÅ&nbsp;Ã¦â€ºÂ´Ã¦â€”Â©Ã§Å¡â€žÃ§â€°Ë†Ã¦Å“Â¬ */
	}
	}
	.go-top:hover {
		background-color: #2374e8;
		opacity:1;
		filter:alpha(opacity=100); /* Ã©â€™Ë†Ã¥Â¯Â¹ IE8 Ã¤Â»Â¥Ã¥ÂÅ&nbsp;Ã¦â€ºÂ´Ã¦â€”Â©Ã§Å¡â€žÃ§â€°Ë†Ã¦Å“Â¬ */
	}
	
	
	
	/*QQÃ¥Â®Â¢Ã¦Å“Â*/
	 .kefu{
		display: none;
		position: fixed;
		bottom: 0px;
		right: 20px;
		width: 50px;
		height: 50px;
		z-index: 9999;
		cursor: pointer;
		background: #2374e8 url(../images/go-top.png) no-repeat center;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		opacity:0.7;
		filter:alpha(opacity=70); /* Ã©â€™Ë†Ã¥Â¯Â¹ IE8 Ã¤Â»Â¥Ã¥ÂÅ&nbsp;Ã¦â€ºÂ´Ã¦â€”Â©Ã§Å¡â€žÃ§â€°Ë†Ã¦Å“Â¬ */
	}
	
	
	/*Ã¥â€ºÂ¾Ã¦Â&nbsp;â€¡*/
	.search-icon {
		
		width: 14px;
		padding-top: 16px;
	}
	.wz-icon {
		background: url(../images/allbgs.png) no-repeat -14px 0px;
		width: 16px;
		padding-top: 17px;
	}
	.addr-icon {
		background: url(../images/allbgs.png) no-repeat -30px 0px;
		width: 20px;
		padding-top: 17px;
	}
	.phone-icon-s {
		background: url(../images/allbgs.png) no-repeat -50px 0px;
		width: 17px;
		padding-top: 18px;
	}
	.next-icon {
		background: url(../images/allbgs.png) no-repeat -67px 0px;
		width: 51px;
		padding-top: 37px;
	}
	.prev-icon {
		background: url(../images/allbgs.png) no-repeat -219px 0px;
		width: 50px;
		padding-top: 37px;
	}
	.phone-icon {
		background: url(../images/allbgs.png) no-repeat -269px 0px;
		width: 40px;
		padding-top: 40px;
	}
	.project-arrow {
		background: url(../images/allbgs.png) no-repeat -309px 0px;
		width: 40px;
		padding-top: 41px;
	}
	/*---------------------------------------Ã¥â€¦Â¬Ã¥ÂÂ¸Ã§Â®â‚¬Ã¤Â»â€¹-------------------------------------*/
	
	.main-header {
		display: block;
		height: 51px;
		width: 100%;
		border-bottom: 1px solid #d6d6d6;
		line-height: 50px;
	}
	 @media screen and (max-width: 768px) {
	.main-header {
		height: auto;
		border-bottom: none;
	}
	}
	
	
	
	.main-header .position {
		display: block;
		float: left;
		color: #777;
		padding-left: 30px;
		background: url(../images/home-icon.png) no-repeat left center;
	}
	 @media screen and (max-width: 768px) {
	.main-header .position {
		width: 100%;
		border-bottom: 1px solid #d6d6d6;
	}
	}
	.main-header .position a {
		color: #777;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.main-header .position span {
		padding: 0 3px;
	}
	.main-header .position a:hover {
		color: #2374e8;
	}
	.main-header .subnav {
		display: block;
		float: right;
	}
	 @media screen and (max-width: 768px) {
	.main-header .subnav {
		display: none;
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}
	}
	 @media screen and (max-width: 768px) {
	.main-header .subnav.profile-nav {
		display: block;
	}
	}
	.main-header .subnav li {
		display: inline-block;
		margin-left: 60px;
	}
	 @media screen and (max-width: 768px) {
	.main-header .subnav li {
		margin: 0 5%;
	}
	}
	.main-header .subnav li a {
		display: block;
		color: #3c3c3c;
		height: 50px;
		line-height: 49px;
	}
	 @media screen and (max-width: 768px) {
	.main-header .subnav li a {
		height: 40px;
		line-height: 40px;
	}
	}
	.main-header .subnav li:hover a {
		color: #2374e8;
	}
	.main-header .subnav li.active a {
		color: #2374e8;
		border-bottom: 2px solid #2374e8;
	}
	.profile {
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size: 11pt;
		overflow: hidden;
		clear: both;
		line-height: 1.7;
		color: #777;
	}
	.profile p {
		/* letter-spacing:1px; */
		margin-bottom: 1.5em;
	}
	.profile img {
		max-width: 100%;
	}
	/*-------------------------------------------Ã¤Â»Â£Ã§Ââ€&nbsp;Ã¥â€œÂÃ§â€°Å’-------------------------------------------*/
	
	.brand-center-header {
		display: block;
		margin: 4.5% auto 3.6%;
		text-align: center;
	}
	 @media screen and (max-width: 768px) {
	.brand-center-header {
		margin: 8% 0;
	}
	}
	.brand-center-header h1 {
		display: block;
		font-size: 30px;
		color: #2374e8;
	}
	.brand-center-header p {
		display: block;
		line-height: 35px;
		color: #6b6b6b;
		margin-top: 20px;
	}
	 @media screen and (max-width: 768px) {
	.brand-center-header p {
		line-height: 30px;
		margin-top: 2%;
	}
	}
	.brand-center-body {
		display: block;
		text-align: center;
		font-size: 0;
		overflow: hidden;
	}
	.brand-center-body ul {
		display: block;
		margin: -2% -1%;
	}
	.brand-center-body li {
		display: inline-block;
	 *display: inline;
	 *zoom:1;
		width: 33.333%;
		padding: 2% 1%;
	}
	 @media screen and (max-width: 768px) {
	.brand-center-body li {
		width: 50%;
	}
	}
	 @media screen and (max-width: 640px) {
	.brand-center-body li {
		width: 100%;
	}
	}
	.brand-center-body li .pic {
		display: block;
		overflow: hidden;
	}
	.brand-center-body li img {
		display: block;
		width: 100%;
		height: auto;
		transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
	}
	.brand-center-body li .content:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	.brand-center-body li .text {
		display: block;
		padding: 15px 20px 20px 20px;
		background-color: #f5f5f5;
		margin-top: 13px;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.brand-center-body li .content:hover .text {
		background-color: #969696;
	}
	.brand-center-body li .text h4 {
		display: block;
		line-height: 1;
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.brand-center-body li .text h4 a {
		color: #5f5f5f;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.brand-center-body li .content:hover .text h4 a {
		color: #fff;
	}
	.brand-center-body li .text .more {
		display: inline-block;
		padding: 1px 16px;
		border: 1px solid #c3c3c3;
		font-size: 12px;
		color: #5f5f5f;
		margin-top: 20px;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.brand-center-body li .content:hover .text .more {
		color: #fff;
		border: 1px solid #fff;
	}
	.pagenation {
		display: block;
		text-align: center;
		margin-top: 5.2%;
		font-size: 0;
	}
	.pagenation li {
		display: inline-block;
	 *display: inline;
	 *zoom:1;
		color: #777;
		margin: 0 3px;
		font-size: 14px;
	}
	 @media screen and (max-width: 640px) {
	.pagenation li.hide {
		display: none;
		margin: 0;
	}
	}
	.pagenation li a {
		display: block;
		padding: 4px 12px;
		border: 1px solid #545454;
		color: #545454;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	 @media screen and (max-width: 640px) {
	.pagenation li a {
		padding: 4px 9px;
	}
	}
	.pagenation li a:hover {
		border: 1px solid #59be65;
		color: #59be65;
	}
	.pagenation li.active a {
		color: #fff;
		background-color: #59be65;
		border: 1px solid #59be65;
	}
	.pagenation li span {
		display: block;
		padding: 4px 3px;
		border: 1px solid #fff;
		color: #545454;
	}
	.pagenation li input {
		display: block;
		border: 1px solid #545454;
		outline: none;
	}
	.pagenation li .input {
		width: 37px;
		padding: 4px 0;
		text-align: center;
		color: #545454;
	}
	.pagenation li .input:focus {
		border: 1px solid #59be65;
	}
	.pagenation li .submit {
		padding: 4px 16px;
		background-color: #fff;
		cursor: pointer;
	}
	.pagenation li .submit:hover {
		color: #fff;
		background-color: #59be65;
		border: 1px solid #59be65;
	}
	/*-------------------------------------------Ã¤Â»Â£Ã§Ââ€&nbsp;Ã¥â€œÂÃ§â€°Å’Ã¨Â¯Â¦Ã¦Æ’â€¦-------------------------------------------*/
	
	.brand-detail {
		display: block;
		width: 100%;
		max-width: 1440px;
		padding-top: 2%;
		margin: 0 auto;
	}
	.brand-detail .item {
		display: block;
		overflow: hidden;
		clear: both;
	}
	.brand-detail .pic {
		display: block;
		width: 50%;
		background-repeat: no-repeat;
	}
	 @media screen and (max-width: 768px) {
	.brand-detail .pic {
		width: 100%;
		float: none;
	}
	}
	.brand-detail .pic img {
		display: block;
		width: 100%;
		height: auto;
	}
	.brand-detail .text {
		display: block;
		width: 50%;
		padding: 0% 3%;
		margin-top: 8%;
		position: relative;
		line-height: 35px;
		color: #6b6b6b;
	}
	 @media screen and (max-width: 1230px) {
	.brand-detail .text {
		margin-top: 4%;
		line-height: 30px;
	}
	}
	 @media screen and (max-width: 768px) {
	.brand-detail .text {
		width: 100%;
		float: none;
		padding: 3%;
		margin: 0;
	}
	}
	 @media screen and (max-width: 640px) {
	.brand-detail .text {
		padding: 3% 15px;
	}
	}
	/*--------------------------------------- Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’-------------------------------------*/
	
	.news-center .item {
		display: block;
		overflow: hidden;
		clear: both;
		padding: 45px 0 55px;
		border-bottom: 1px solid #cccccc;
	}
	
	.news-center .item .date {
		display: block;
		float: left;
		width: 15%;
		padding: 50px 2.5% 50px 2.5%;
		text-align: center;
		font-size: 0;
	}
	 @media screen and (max-width: 768px) {
	.news-center .item .date {
		display: none;
	}
	}
	.news-center .item .date .day {
		display: block;
		font-size: 31px;
		color: #454545;
		font-weight: bold;
		line-height: 1;
	}
	.news-center .item .date .line {
		display: inline-block;
	 *display: inline;
		width: 90px;
		height: 1px;
		background-color: #d9d9d9;
		margin: 16px 0;
	}
	.news-center .item .date .month {
		display: block;
		font-size: 12px;
		color: #838383;
	}
	.news-center .item .pic {
		display: block;
		float: left;
		margin-right: 3.4%;
	}
	.news-center .item .pic img {
		display: block;
		width: 299px;
		height: 182px;
	}
	 @media screen and (max-width: 640px) {
	.news-center .item .pic img {
		width: 131px;
		height: 80px;
	}
	}
	.news-center .item .content {
		display: block;
		overflow: hidden;
	}
	.news-center .item .content h4 {
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		overflow: hidden;
		-webkit-line-break: auto;
		-webkit-box-orient: vertical;
	}
	 @media screen and (max-width: 640px) {
	.news-center .item .content h4 {
		-webkit-line-clamp: 2;
	}
	}
	.news-center .item .content h4 a {
		font-size: 18px;
		color: #545454;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	 @media screen and (max-width: 640px) {
	.news-center .item .content h4 a {
		font-size: 16px;
	}
	}
	.news-center .item .content h4 a:hover {
		color: #2374e8;
	}
	.news-center .item .content span {
		display: block;
		margin-top: 8px;
		color: #6e6e6e;
	}
	.news-center .item .content p {
		display: block;
		line-height: 22px;
		color: #6e6e6e;
		font-size: 13px;
		margin-top: 8px;
		height: 66px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		overflow: hidden;
		-webkit-line-break: auto;
		-webkit-box-orient: vertical;
	}
	 @media screen and (max-width: 640px) {
	.news-center .item .content p {
		display: none;
	}
	}
	.news-center .item .content .more {
		display: block;
		width: 146px;
		height: 40px;
		text-align: center;
		line-height: 38px;
		color: #545454;
		border: 1px solid #9b9b9b;
		margin-top: 12px;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	 @media screen and (max-width: 640px) {
	.news-center .item .content .more {
		display: none;
	}
	}
	.news-center .item .content .more:hover {
		color: #fff;
		background-color: #7a7a7a;
	}
	/*---------------------------------------------------Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦---------------------------------------------------------*/
	
	.artical-header {
		display: block;
		margin: 4.5% auto 3%;
		text-align: center;
	}
	 @media screen and (max-width: 768px) {
	.artical-header {
		margin: 6% auto 5%;
	}
	}
	.artical-header h1 {
		display: block;
		font-size: 22px;
		color: #333333;
	}
	.artical-header p {
		display: block;
		line-height: 33px;
		margin-top: 1.6%;
		color: #777;
		font-size: 12px;
		background-color: #e9e9e9;
	}
	.artical-header p span {
		display: inline-block;
		margin: 0 2%;
	}
	.artical-body {
		text-align:-webkit-center;
		display: block;
		font-size: 14px;
		color: #777;
		line-height: 1.7;
	}
	.artical-body img {
		display: block;
		max-width: 100%;
	}
	.artical-body p {
		display: block;
		margin-bottom: 1.2em;
		font-size:  15px;
	}
	.artical-footer {
		display: block;
		overflow: hidden;
		border-top: 1px solid #717171;
		margin-top: 2%;
		padding-top: 2%;
	}
	 @media screen and (max-width: 768px) {
	.artical-footer {
		margin-top: 4%;
		padding-top: 4%;
	}
	}
	.artical-footer .choose-artical {
		display: block;
		float: left;
		max-width: 60%;
	}
	 @media screen and (max-width: 640px) {
	.artical-footer .choose-artical {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	}
	.artical-footer .choose-artical a {
		display: block;
		color: #717171;
		line-height: 28px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
	}
	.artical-footer .choose-artical a:hover {
		color: #2374e8;
	}
	.artical-footer .share {
		display: block;
		float: right;
		max-width: 40%;
		margin-top: 20px;
		overflow: hidden;
	}
	 @media screen and (max-width: 640px) {
	.artical-footer .share {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-top: 4%;
	}
	}
	.share .jiathis_style .jiathis_counter.jiathis_bubble_style {
		width: 36px !important;
	}
	/*---------------------------------------------------Ã¤ÂºÂºÃ¦â€°ÂÃ¦â€¹â€ºÃ¨ÂËœ---------------------------------------------------------*/
	
	.recruitment {
		display: block;
		margin-top: 3%;
	}
	.recruitment li {
		display: block;
		position: relative;
		margin: 2.4% 0;
	}
	 @media screen and (max-width:768px) {
	.recruitment li {
		margin: 4% 0;
	}
	}
	.recruitment li&gt;a {
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		background-color: #ebebeb;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
	}
	.recruitment li:hover&gt;a {
		background: #e4e4e4;
	}
	.recruitment li .zw {
		display: block;
		float: left;
		max-width: 70%;
		padding-left: 15px;
		font-size: 16px;
		color: #777;
		background: url(../images/arrow.png) no-repeat left -7px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.recruitment li:hover a .zw {
		background: url(../images/arrow.png) no-repeat left 17px;
	}
	.recruitment li .time {
		display: block;
		float: right;
		color: #777;
	}
	.recruitment li .recruitment-detail {
		display: none;
		margin-top: 2.4%;
		padding: 0 20px;
	}
	 @media screen and (max-width:768px) {
	.recruitment li .recruitment-detail {
		margin-top: 4%;
	}
	}
	.recruitment li .recruitment-detail .request {
		display: block;
		font-size: 15px;
		color: #5e5e5e;
		line-height: 1.8
	}
	.recruitment li .recruitment-detail .request span {
		display: inline-block;
		margin-right: 5%;
	}
	.recruitment li .recruitment-detail .describe {
		display: block;
		margin-top: 10px;
	}
	.recruitment li .recruitment-detail .describe .tit {
		display: block;
		color: #5e5e5e;
	}
	.recruitment li .recruitment-detail .txt {
		display: block;
		font-size: 13px;
		line-height: 26px;
		color: #777;
		margin-top: 8px;
	}
	.recruitment li .recruitment-detail .send {
		display: block;
		color: #2374e8;
		margin-top: 10px;
	}
	.recruitment li .recruitment-detail .send:hover {
		text-decoration: underline;
	}
	/*---------------------------------------------------Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬---------------------------------------------------------*/
	
	.iw_poi_title {
		color: #CC5522;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
		padding-right: 13px;
		white-space: nowrap
	}
	.iw_poi_content {
		font: 12px arial, sans-serif;
		overflow: visible;
		padding-top: 4px;
		white-space: -moz-pre-wrap;
		word-wrap: break-word
	}
	.contact-us .contact-way {
		display: block;
	}
	.contact-us .contact-way .tit {
		display: block;
		margin-top: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e1e1e1;
	}
	.contact-us .contact-way .tit h1, .contact-way .tit h4 {
		display: block;
		font-weight: bold;
		padding: 0 12px;
		border-left: 3px solid #2374e8;
		font-size: 18px;
		color: #676767;
	}
	.contact-us .contact-way ul {
		display: block;
		padding: 6px 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.contact-us .contact-way ul li {
		display: inline-block;
	 *display: inline;
		padding: 10px 0;
	}
	.contact-us .contact-way .box1 ul li {
		margin-right: 10%;
	}
	.contact-us .contact-way .box2 ul li {
		margin-right: 3%;
	}
	.contact-us .contact-way ul li:last-child {
		margin-right: 0;
	}
	.contact-us .contact-way ul li span {
		display: block;
		padding-left: 32px;
		line-height: 22px;
		font-size: 20px;
		color: #656565;
	}
	 @media screen and (max-width:640px) {
	.contact-us .contact-way ul li span {
		font-size: 18px;
	}
	}
	 @media screen and (max-width: 375px) {
	.contact-us .contact-way ul li span {
		font-size: 16px;
	}
	}
	.contact-us .contact-way ul li .addr {
		background: url(../images/addr.png) no-repeat left center;
	}
	.contact-us .contact-way ul li .phone {
		background: url(../images/phone.png) no-repeat left center;
	}
	.contact-us .contact-way ul li .wz {
		background: url(../images/wz.png) no-repeat left center;
	}
	.contact-us .contact-way ul li span a {
		display: block;
		float: right;
		height: 22px;
		width: 57px;
		border-radius: 10px;
		color: #656565;
		background-color: #e6e6e6;
		font-size: 13px;
		text-align: center;
		line-height: 22px;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
	}
	 @media screen and (max-width: 640px) {
	.contact-us .contact-way ul li span a {
		display: none;
	}
	}
	.contact-us .contact-way ul li span a:hover {
		background-color: #656565;
		color: #fff;
	}
	.contact-us .contact-way ul li p {
		display: block;
		margin-top: 10px;
		font-size: 16px;
		color: #8f8f8f;
	}
	/*---------------------------------------------------Ã¨Âµâ€žÃ¦â€“â„¢Ã¤Â¸â€¹Ã¨Â½Â½---------------------------------------------------------*/
	
	.data-download {
		display: none;
		text-align: center;
		font-size: 0;
		overflow: hidden;
	}
	.data-download.on {
		display: block;
	}
	.data-download ul {
		display: block;
		margin: -1.5% -1%;
	}
	.data-download li {
		display: inline-block;
		width: 25%;
		padding: 1.5% 1%;
	}
	 @media screen and (max-width: 768px) {
	.data-download li {
		width: 50%;
	}
	}
	.data-download li img {
		display: block;
		width: 100%;
		height: auto;
		padding: 2%;
		border: 1px solid #b1b1b1;
	}
	.data-download li p {
		display: block;
		color: #777;
		font-size: 14px;
		margin-top: 10px;
	}
	.data-download li a {
		display: inline-block;
		margin-top: 10px;
		padding: 1px 10px;
		color: #777;
		font-size: 12px;
		border: 1px solid #b1b1b1;
		border-radius: 15px;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
	}
	.data-download li a:hover {
		color: #fff;
		background-color: #696969;
		border: 1px solid #696969;
	}
	/*---------------------------------------------------Ã¥â€œÂÃ§â€°Å’Ã¦Å“ÂÃ¥Å&nbsp;Â¡---------------------------------------------------------*/
	
	
	.exhibition-hall {
		display: block;
		font-size: 0;
		padding-top: 1%;
	}
	.exhibition-hall ul {
		overflow: hidden;
		display: block;
		margin: -1.6% -1%;
	}
	 @media screen and (max-width: 768px) {
	.exhibition-hall ul {
		margin: -3% -1%;
	}
	}
	.exhibition-hall ul li {
		height: 530px;
		overflow: hidden;
		float: left;
		padding: 1.6% 1%;
		width: 33.3%
	}
	.exhibition-hall ul li img {
		height: 300px;
		width: 100%;
	}
	.exhibition-hall ul li .zttxt {
		margin-top: 10px;
	}
	@media screen and (max-width: 1230px) {
	.exhibition-hall ul li {
		width: 50%;
	}
	}
	 @media screen and (max-width: 768px) {
	.exhibition-hall ul li {
		width: 100%;
		text-align: center;
		padding: 3%
	}
	}
	 @media screen and (max-width: 1230px) {
	.exhibition-hall ul li:nth-child(3n) {
		width: 50%;
	}
	}
	 @media screen and (max-width: 768px) {
	.exhibition-hall ul li:nth-child(3n) {
		width: 100%;
	}
	}
	.exhibition-hall ul li h4 {
		font-size: 20px;
		color: #8f8f8f;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.exhibition-hall ul li p {
		display: block;
		font-size: 16px;
		line-height: 32px;
		color: #8f8f8f;
	}
	.exhibition-hall .more {
		display: block;
		width: 150px;
		height: 46px;
		text-align: center;
		line-height: 44px;
		border: 1px solid #d3d3d3;
		margin: 5% auto 0;
		font-size: 20px;
		color: #8b8b8b;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
	}
	 @media screen and (max-width: 768px) {
	.exhibition-hall .more {
		font-size: 16px;
		height: 42px;
		line-height: 40px;
	}
	}
	.exhibition-hall .more:hover {
		color: #fff;
		background-color: #696969;
		border: 1px solid #696969;
	}
	.bussiness-join {
		display: block;
		margin-top: 4%;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join {
		margin-top: 8%;
	}
	}
	.bussiness-join-header {
		text-align: center;
		padding: 176px 0 190px 0;
		background: url(../images/bussiness-join.jpg) no-repeat center fixed;
		-webkit-background-size: cover;
		background-size: cover;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join-header {
		padding: 136px 0 150px 0;
		background: url(../images/bussiness-join.jpg) no-repeat center scroll;
	}
	}
	 @media screen and (max-width: 640px) {
	.bussiness-join-header {
		padding: 100px 0 100px 0;
	}
	}
	 @media screen and (max-width: 375px) {
	.bussiness-join-header {
		padding: 60px 0;
	}
	}
	.bussiness-join-header h3 {
		display: block;
		font-size: 50px;
		color: #fff;
		line-height: 1;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join-header h3 {
		font-size: 38px;
	}
	}
	 @media screen and (max-width: 640px) {
	.bussiness-join-header h3 {
		font-size: 28px;
	}
	}
	 @media screen and (max-width: 375px) {
	.bussiness-join-header h3 {
		font-size: 24px;
	}
	}
	.bussiness-join-header p {
		display: block;
		color: #c9c8c8;
		font-size: 24px;
		text-transform: uppercase;
		margin-top: 10px;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join-header p {
		font-size: 20px;
	}
	}
	.bussiness-join-body {
		display: block;
	}
	.bussiness-join-body h4 {
		display: block;
		font-size: 28px;
		color: #373737;
		text-align: center;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join-body h4 {
		font-size: 22px;
	}
	}
	.bussiness-join-body .join-request {
		display: block;
		margin-top: 5%;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join-body .join-request {
		margin-top: 8%;
	}
	}
	.bussiness-join-body .join-request .content {
		display: block;
		margin-top: 4.5%;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join-body .join-request .content {
		margin-top: 6%;
	}
	}
	.bussiness-join-body .join-request .content h5 {
		font-size: 18px;
		color: #8b8b8b;
		font-weight: bold;
	}
	.bussiness-join-body .join-request .txt {
		display: block;
		font-size: 16px;
		line-height: 35px;
		color: #8b8b8b;
		margin-top: 1%;
	}
	.bussiness-join-body .fill-info {
		display: block;
		margin-top: 5%;
	}
	 @media screen and (max-width: 1230px) {
	.bussiness-join-body .fill-info {
		display: none;
	}
	}
	.bussiness-join-body .fill-info .info {
		display: block;
		margin-top: 4.5%;
	}
	 @media screen and (max-width: 768px) {
	.bussiness-join-body .fill-info .info {
		margin-top: 6%;
	}
	}
	.bussiness-join-body .fill-info .info .city {
		display: block;
		height: 30px;
		line-height: 30px;
	}
	.bussiness-join-body .fill-info .info .city label {
		position: relative;
		display: block;
		float: left;
		margin-left: -100%;
		left: 0;
		font-size: 18px;
		color: #8b8b8b;
		font-weight: bold;
	}
	.bussiness-join-body .fill-info .info .city .input-box {
		display: block;
		float: left;
		width: 100%;
		padding-left: 64px;
	}
	.bussiness-join-body .fill-info .info .city .input-box input {
		display: block;
		width: 100%;
		height: 30px;
		padding: 0px 10px;
		line-height: 30px;
		border: none;
		outline: none;
		color: #666;
		font-size: 16px;
	}
	.table {
		display: table;
		width: 100%;
		min-width: 1200px;
		border: 1px solid #ccc;
		border-width: 1px 1px 0 0;
		margin-top: 14px;
	}
	.table td {
		border: 1px solid #ccc;
		border-width: 0px 0px 1px 1px;
		padding: 10px 20px;
		vertical-align: middle;
		color: #8b8b8b;
		font-size: 16px;
	}
	.table td input[type="text"] {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: #666;
		border: none;
		outline: none;
	}
	.table td textarea {
		display: block;
		width: 100%;
		height: 100px;
		border: none;
		outline: none;
		line-height: 30px;
		color: #666;
	}
	.table td input[type="radio"] {
		margin-right: 8px;
		margin-left: 60px;
	}
	.table td.tac {
		text-align: center;
	}
	.table td label {
		margin-right: 5%;
	}
	.bussiness-join-body .fill-info .info .action {
		display: block;
		margin-top: 5.2%;
		text-align: center;
	}
	.bussiness-join-body .fill-info .info .action input {
		display: inline-block;
		width: 200px;
		height: 46px;
		line-height: 44px;
		border: 1px solid #d3d3d3;
		font-size: 20px;
		color: #8b8b8b;
		background-color: #fff;
		margin: 0 4%;
		outline: none;
		cursor: pointer;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
	}
	.bussiness-join-body .fill-info .info .action input:hover {
		color: #fff;
		background-color: #696969;
		border: 1px solid #696969;
	}
	.fenye {
		overflow: hidden;
		text-align: right;
		line-height: 24px;
		padding: 10px 40px 180px 0;
		width: 100%; 
	}
	.fenye .a1 {
		font-size: 15px;
		padding: 5px 10px;
		color: #777777;
		
		border-radius: 5px;
		margin: 0 3px;
	}
	.fenye a {
		font-size: 15px;
		padding:0p 5px 10px;
		color: #777777;
		
		background-color: #ffffff;
		border-radius: 5px;
		margin: 0 3px;
	}
	.fenye span {
		font-size: 14px;
		padding: 5px 10px;
		color: #ffffff;
		border: 1px solid #555555;
		background-color: #555555;
		border-radius: 5px;
		margin: 0 3px;
	}
	.fenye a:hover {
		color: #2374e8;
	
	}
	.ztfl {
		overflow: hidden;
		width: 1230px;
		margin: 0 auto;
	}
	.ztfl li {
		float: left;
		width: 23%;
		margin: 0 1%;
	}
	.ztfl li p {
		border: 1px solid #dcdcdc;
	}
	.ztfl li p img {
		width: 100%;
	}
	.ztfl li span {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		text-align: center;
		display: block;
	}
	.ztfl li span a {
		color: #666666;
	}
	.ztfl li:hover p {
		border: 1px solid #2374e8;
	}
	.ztfl li:hover span a {
		text-decoration: underline;
		color: #2374e8;
	}
	 @media screen and (max-width: 768px) {
	.ztfl {
		width: 100%;
		margin: 0 auto;
	}
	.ztfl li {
		width: 90%;
		margin: 0 5%;
	}
	}
	 @media screen and (max-width: 1230px) {
	.ztfl {
		width: 100%;
		margin: 0 auto;
	}
	}
	.teamlist {
		overflow: hidden;
		width: 1200px;
		margin: 15px auto 0 auto;
		padding-top: 35px;
		border-top: 1px dashed #dcdcdc;
	}
	.teamlist li {
		width: 220px;
		float: left;
		margin: 0 10px;
	}
	.teamlist li p {
		height: 250px;
		width: 220px;
		border: 1px solid #dcdcdc;
	}
	.teamlist li p img {
		height: 248px;
		width: 218px;
	}
	.teamlist li span {
		display: block;
		width: 220px;
		text-align: center;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
		color: #666666;
	}
	 @media screen and (max-width: 768px) {
	.teamlist {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.teamlist li {
		width: 46%;
		float: left;
		margin: 2%;
	}
	.teamlist li p {
		width: 100%;
		border: 1px solid #dcdcdc;
		height: auto;
	}
	.teamlist li p img {
		width: 100%;
		height: auto;
	}
	.teamlist li span {
		display: block;
		width: 100%;
		text-align: center;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
		color: #666666;
	}
	}
	.bussiness-join-body .fill-info .info .action .empty {
		display: none;
	}
	.pptxt {
		width: 100%;
		overflow: hidden;
		line-height: 1.8;
		font-size: 14px;
		color: #666666;
		margin-top: 50px;
	}
	.pptxt p {
		margin-bottom: 1em;
	}
	
	/*Ã¥Å&nbsp;Â&nbsp;Ã¥ÂÂ·Ã¥ÂËœÃ¥Â¤Â§*/
	
	.scimg {
		
		margin:0 0 30px 0;
	}
	
	.scimg:hover {
		
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transition:  1.5s;
		-moz-transition:  1.5s;	/* Firefox 4 */
		-webkit-transition:  1.5s;	/* Safari Ã¥â€™Å’ Chrome */
		-o-transition:  1.5s;	/* Opera */
		
	}
	
	.scimg2 {
		
		margin:0 0 30px 0;
	}
	
	.scimg2:hover {
		
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transition:  0.75s;
		-moz-transition:  0.75s;	/* Firefox 4 */
		-webkit-transition:  0.75s;	/* Safari Ã¥â€™Å’ Chrome */
		-o-transition:  0.75s;	/* Opera */
	}
	
	
	/*banner-03*/
	.banners{
		display: block;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0 auto;
		background:url("../images/banner-03.jpg") no-repeat;
		background-size:1920px 580px;
		-moz-background-size:1920px 580px; /* Ã¨â‚¬ÂÃ§â€°Ë†Ã¦Å“Â¬Ã§Å¡â€ž Firefox */
	}
	
	.banner-03{
		display: block;
		height:580PX;
		width:100%;
		max-width:1200px;
		margin:auto;
		padding:135px 0 40px 0;
		
	}
	
	.banner-03-body {
		display: block;
		height:580PX;
		max-width: 1230px;
		width:100%;
		
	}
	.banner-03 ul{
		display:block;
		font-weight:lighter;
		
	}
	.banner-03 ul li {
		display: block;
		font-weight:lighter;
		
	}
	
	.banner-03 ul li .title {
		display: block;
		width: 100%;
		text-align: center;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:37px;
		letter-spacing:7pt;
		color:#fff;	
		padding-bottom:5px;
	}
	
	.banner-03 ul li .ewen {
		display: block;
		width: 100%;
		text-align: center;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:28px;
		/* letter-spacing:3pt; */
		color:#fff;
		margin-top:20px;
	}
	
	.banner-03 ul li .tel {
		display: block;
		width: 100%;
		text-align: center;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:36px;
		/* letter-spacing:3pt; */
		color:#fff;
		margin-top:30px;
	}
	
	.banner-03 ul li .mail {
		display: block;
		width: 100%;
		text-align: center;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:36px;
		/* letter-spacing:3pt; */
		color:#fff;
		margin-top:10px;
	}
	
	.banner-03 ul li hr{
		display:block;
		border:0;
		background-color:#fff;
		height:1px;
		margin:40px 0 10px 0 ;
		
	}
	
	
	/*Ã¤Â¸Å¡Ã§Â»Â©Ã¥Ë†â€&nbsp;Ã¥Â¸Æ’*/
	
	.yjfb .section-header {
		margin-top: 0;
	}
	.yjfb .section-header .line {
		background-color: #c4c4c4;
	}
	.yjfb .section-header .line span {
		background-color: #e9e9e9;
	}
	.yjfb-body {
		display: block;
		position: relative;
	}
	.yjfb-body .btn {
		display: block;
		position: absolute;
		width: 36px;
		height: 62px;
		top: 36%;
		text-align: center;
		line-height: 62px;
		font-size: 54px;
		color: #717171;
		
		z-index: 20;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 1230px) {
	.yjfb-body .btn {
		width: 30px;
		height: 52px;
		line-height: 52px;
		background-color: rgba(0,0,0,0.6);
		color: #fff;
		font-size: 30px;
	}
	}
	.yjfb-body .btn:hover {
		color: #333;
	}
	 @media screen and (max-width: 1230px) {
	.yjfb-body .btn:hover {
		color: #fff;
	}
	}
	.yjfb-body .prev {
		left: -42px;
	}
	 @media screen and (max-width: 1230px) {
	.yjfb-body .prev {
		left: 15px;
	}
	}
	.yjfb-body .next {
		right: -42px;
	}
	 @media screen and (max-width: 1230px) {
	.yjfb-body .next {
		right: 15px;
	}
	}
	.yjfb-body .box {
		display: block;
		position: relative;
		overflow: hidden;
		
	}
	.yjfb-body .box ul {
		display: block;
		font-size: 0;
		overflow: hidden;
		margin-right: -24px;
	}
	.yjfb-body li {
		display: block;
		float: left;
		width: 25%;
		padding-right: 24px;
		background: url(../images/prodi-ico.png) no-repeat center;
		padding:5px;
		
	}
	 @media screen and (max-width: 640px) {
	.yjfb-body li {
		width: 50%;
		border: 1px solid #d5d5d5;
	}
	}
	.yjfb-body li .pic {
		display: block;
		padding: 10px 8px;
		
	}
	.yjfb-body li .pic a {
		display: block;
		width: 100%;
		height: auto;
	}
	.yjfb-body li .content {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.yjfb-body li .mask {
		display: block;
		position: absolute;
		width: 100%;
		height: 80%;
		padding-top: 10%;
		top: -100%;
		background-color: rgba(0,0,0,0.4);
		text-align: center;
		z-index: 10;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 768px) {
	.yjfb-body li .mask {
		height: 100%;
		padding-top: 30%;
	}
	}
	.yjfb-body li:hover .mask {
		top: 0;
	}
	.yjfb-body li .mask .fdj {
		display: inline-block;
	 *display: inline;
	 *zoom:1;
		width: 54px;
		height: 54px;
		background: url(../images/fdj.png) no-repeat center;
	}
	.yjfb-body li .mask p {
		display: block;
		font-size: 18px;
		line-height: 1;
		margin-top: 18px;
		color: #fff;
		text-transform: uppercase;
	}
	 @media screen and (max-width: 768px) {
	.yjfb-body li .mask p {
		display: none;
	}
	}
	.yjfb-body li .mask h4 {
		display: block;
		font-size: 16px;
		line-height: 1;
		margin-top: 14px;
		color: #fff;
	}
	 @media screen and (max-width: 768px) {
	.yjfb-body li .mask h4 {
		display: none;
	}
	}
	.yjfb-body li .mask .yjfb-arrow {
		display: block;
		position: absolute;
		bottom: -18px;
		left: 50%;
		margin-left: -20px;
		z-index: 10;
	}
	 @media screen and (max-width: 768px) {
	.yjfb-body li .mask .yjfb-arrow {
		display: none;
	}
	}
	.yjfb-body li img {
		display: block;
		width: 100%;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.yjfb-body li p {
		display: block;
		text-align: center;
		font-size: 15px;
		color: #5c5c5c;
		margin-top: 30px;
		line-height: 1;
	}
	.yjfb-body li p a {
		color: #5c5c5c;
	}
	
	
	 .cp{
		display:block;
		padding:0 1% 0 9%;
		text-align:center;
	 }
	 
	.cp img{
		float:left;
		margin:20px;
		width:128px;
		height:61px;
		border:0;
		display:block;
		
	}
	/*Ã¥â€Â®Ã¥ÂÅ½Ã¦Å“ÂÃ¥Å&nbsp;Â¡Ã¤Â¸Â»Ã¥â€&nbsp;â€¦Ã¥Â®Â¹*/
	.shfw {
		padding:0 0 0 0%;
		text-align:center;
		height:450px;
		overflow:hidden;
	}
	
	.shfw div {
		text-align:left;
		float:left;
		width:600px;
		
	}
	
	/*Ã¤ÂºÂ§Ã¥â€œÂÃ¥Ë†â€”Ã¨Â¡Â¨*/
		.pro{
		position: relative;
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 360px auto 90px;
		text-align: center;
		font-size: 0;
		
		}
		
	.pro div {
		display: block;
		height: 725px;
	}
	
	.pro div div {
		transition: transform 0.68s ease;
		float: left;
		height: 500px;
		margin:1.5%;
		background-color: #fff;
		border:1px solid #eeeeee;
		list-style: none;
		-moz-box-shadow: 0px 8px 10px #d4d4d4;
	 /* Ã¨â‚¬ÂÃ§Å¡â€ž Firefox */
		box-shadow: 0px 8px 10px #d4d4d4;
		width: 22%;
	}
	
	.pro div div:hover {
		transform: scale(1.258,1.258);
		
		cursor: pointer;
	}
	
	
	
	.pro div div span {
		display: block;
		width:100%;
		color:#777777;
	}
	
	.pro div div .img {
		width:100%;
		height:300px;
		display:block;
		background:#fff url(../images/pro_bg.jpg) no-repeat;
		background-size:100% 100%;
		
		
	}
	
	.pro div div span img {
		width:100%;
		height:100%;
		margin:2% 0 0 0;
		
	}
	
	.pro div div span .title {
		text-align:left;
		line-height:20px;
		padding:20px 24px 20px;
		font-size:16px;
		color:#333333;
		
	}
	
	.pro div div span .title:hover {
		 color:#2374e8;
		}
	
	.pro div div span .contect {
		height:32pt;
		padding:0 20px 0 25px;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size: 10pt;
		text-align:left;
		line-height:16pt;
	}
	
	
		
	
	
	
	.pro div div  span a {
		margin:50px 0 0;
		float:left;
		font-size:12px;
		color:#777777;
		text-align:left;
		line-height:16pt;
	}
	
	.pro div div  span a:hover {
	
		color:#2374e8;
	
	}
		.pro div div  span a:hover .jiantou3 {
	
		color:#2374e8;
	
	}
	
	/*Ã©Â¦â€“Ã©Â¡ÂµÃ¦â€“Â°Ã©â€”Â»Ã§â€°Â¹Ã¦â€¢Ë†*/
	.news-body {
		display: block;
		height:auto;
		max-width: 1230px;
		width:100%;
	}
	.news-body .news-us-l {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 88px auto 90px;
		text-align: center;
		height:930px;
	}
	
	.news-body .news-us-l h1 {
		display: block;
		font-size: 18px;
		color: #777777;
		line-height: 1;
		padding: 14px 0 0px 0;
	}
	
	.news-body .news-us-l h2 {
		margin-top:45px;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		display: block;
		color: #333333;
		font-size: 32px;
		text-align:center;
	
	}
	
	.news-body .news-us-l .content1 {
		
		float:none;
		margin:0 auto 77px;
		width:1160px;
		height:145px;
		padding:35px 50px 50px;
		-moz-box-shadow: 0px 8px 10px #d4d4d4;
	 /* Ã¨â‚¬ÂÃ§Å¡â€ž Firefox */
		box-shadow:0px 8px 10px #d4d4d4;
	}
	
	.news-body .news-us-l .content2 {
		font-size: 20px;
		text-align:left;
		color:#333333;
		margin:0 0 10px;
	}
	
	.news-body .news-us-l .content2:hover {
	
		color:#2374e8;
		
	}
	
	.news-body .news-us-l .content1 .content2 a {
		
		display:block;
		border:0;
		color:#777777;
	
	}
	
	
	 @media screen and (max-width: 320px) {
	.news-body .news-us-l h1 {
		font-size: 16px;
	}
	}
	/*.news-body .news-us-l .line{
		display: block;
		width: 260px;
		height: 3px;
		background-color: #fff;
		border: 1px solid #2374e8;
		border-width: 1px 0 1px 0;
	}*/
	
	.news-body .news-us-l p {
		
		display: block;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		color: #777777;
		font-size:9pt;
		width:100%;
		text-align:left;
		line-height:20pt;
	
	}
	
	.news-body .news-us-l .a1 {
		clear: both;
		float: right;
		text-align: right;
		border: none;
		height: 16px;
		font-size:12px;
		/* text-align: left; */
		color: #777777;
		line-height: 20px;
	}
	
	.news-body .news-us-l .a1:hover {
		color:#2374e8;
		border:none;
		
		
	}
	
	.news-body .news-us-l a {
		display: block;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		width: 136px;
		height: 40px;
		border: 1px solid #777777;
		margin: 0 auto;
		text-align: center;        /*Ã¦â€“â€¡Ã¥Â­â€”Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­Ã¥Â¯Â¹Ã©Â½Â*/
		line-height: 40px;
		font-size :9pt;
		color: #777777;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	
	
	
	
	.news-body .news-us-l a:hover {
		color: #2374e8;
		border: 1px solid #2374e8;
	}
	.news-body .news-us-r {
		display: block;
		float: right;
		width: 48.83%;
		text-align: center;
		font-size: 0;
	}
	 @media screen and (max-width: 768px) {
	.news-body .news-us-r {
		width: 100%;
		float: none;
		margin-top: 4%;
	}
	}
	.news-body .news-us-r li {
		display: inline-block;
		width: 33.33%;
		padding-left: 9px;
		background-color: #fff;
	}
	.news-body .news-us-r li:last-child {
		margin-right: 0;
	}
	.news-body .news-us-r li img {
		display: block;
		width: 100%;
		height: auto;
	}
	.news-body .news-us-r li .content {
		display: block;
		background-color: #777777;
		padding-bottom: 25px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 640px) {
	.news-body .news-us-r li .content {
		padding-bottom: 10px;
	}
	}
	.news-body .news-us-r li .content:hover {
		background-color: #777777;
	}
	.news-body .news-us-r li .content h4 {
		display: block;
		line-height: 1;
		font-size: 18px;
		color: #777777;
		margin-top: 20px;
	}
	 @media screen and (max-width: 640px) {
	.news-body .news-us-r li .content h4 {
		font-size: 14px;
		margin-top: 10px;
	}
	}
	.news-body .news-us-r li .content h4 a {
		color: #777777;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.news-body .news-us-r li .content:hover h4 a {
		color: #fff;
	}
	.news-body .news-us-r li .content p {
		display: block;
		font-size: 13px;
		color: #777777;
		line-height: 1;
		margin-top: 10px;
		text-transform: uppercase;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	 @media screen and (max-width: 640px) {
	.news-body .news-us-r li .content p {
		display: none;
	}
	}
	.news-body .news-us-r li .content:hover p {
		color: #777777;
	}
	
	/*Ã¨Â®Â¾Ã¥Â¤â€¡Ã¨Æ’Â½Ã¥Å&nbsp;â€º*/
	.sb-center-body{
			max-width:1200px;
			height:1200px;
			margin: 0 auto;
	}
	
	
	
	.sb-center-body  .pic{
		display: block;
		overflow: hidden;
		padding: 2.4% 0;
		border-bottom: 0px dashed #eeeeee;
		float:left;
		margin:0 20px 0 0;
		
		
	}
	
	.sb-center-body  .pic a {
		width:100%;
		border:0;
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:12pt;
		color:#777777;
	}
	
	.sb-center-body  .pic a:hover {
	
		color:#2374e8;
		
	}
	
	.sb-center-body  .pic a img {
		width:380px;
		height:275px;
	}
	
	
	.sb-center-body  .pic a div img:hover {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transition:  1.5s;
		-moz-transition:  1.5s;	/* Firefox 4 */
		-webkit-transition:  1.5s;	/* Safari Ã¥â€™Å’ Chrome */
		-o-transition:  1.5s;	/* Opera */
	}
	
	.sb-center {
		height: 1250px;
	}
	
	.sb-center .fenye{
		width:100%;
		display:block;
		padding-bottom:60px;
		
		
	}
	/*Ã¦â€“Â°Ã§â€°Ë†Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨*/
	.xnews-center{
		
		display: block;
		width:100%;
		
	}
	
	
	.xnew-body{
		display: block;
		width:100%;
		height:1200px;
		
		
		
		
	
	}
	
	.xnew-body .box{
		display: block;
		width: 100%;
		max-width: 1200px;
		
		text-align: center;
		
		
	}
	
	.xnew-body .box div{
		position:relative;
		float:left;
		width:550px;
		height:auto;
		margin-right:50px;
		
	}
	
	.xnew-body .box div .content{
		clear:both;
		width:100%;
		text-align:left;
		height: 44px;
		float:left;
		/*margin:370px 0;*/
		font-size: 13px;
		color:#777777;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-transform:Capitalize;
	}
	
	
	.xnew-body .box div .more {
	  position:relative;
	   width:100%;
	   text-align:left;
	   height:105px;
	   float:left;
	   /*margin:430px 0;*/
	   font-size:12px;
	   color:#777777;
	   margin-top:18px;
	  
	}
	.xnew-body .box div .more a:hover{
		color:#2374e8;
	}
	
	.xnew-body .box div .more .text{
		font-size:12px;
	   color:#777777;
	}
	
	.xnew-body .box div .more .text p{
	   height:10px;
	}
	
	.xnew-body .box div .div2{
	position:absolute;
	   width:100%;
	   height:350px;
	   z-index:1;
	   
	   background-color:#2374e8;
	   
	}
	
	.xnew-body .box div .div3{
		position:relative;
	   width:100%;
	   height:350px;
	   z-index:2;
	   background-color:#eeeeee;
		margin:0 30px 22px 0;
	}
	
	.xnew-body .box div .div3 img{
		float:left;
		width:550px;
		height:350px;
		border:0;
		display:block;
		
	}
	
	.xnew-body .box div .div2 .title{
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:18pt;
		color:#fff;
		position:absolute;
		float:left;
		margin:160px 50px 0;
		text-align:left;
		width:450px;
		overflow:hidden;
		height:80px;
	}
	
	.xnew-body .box div .div2 .line1{
		position:absolute;
		float:left;
		border-top: 1px solid #fff;
		width:420px;
		margin:100px 50px 0;
		height:1px;
		
	}
	
	.xnew-body .box div .div2 .line2{
		position:absolute;
		float:left;
		border-top: 1px solid #fff;
		width:100px;
		margin:260px 50px 0;
		height:1px;
	}
	
	.xnew-body .box div .div2 .date{
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:10pt;
		color:#fff;
		position:absolute;
		float:left;
		margin:140px 50px 0;
		text-align:left;
	}
	
	.xnew-body .box div .div3 .title{
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:18pt;
		color:#fff;
		position:absolute;
		float:left;
		margin:160px 50px 0;
		text-align:left;
		opacity:0.5;
		height:80px;
		width:450px;
		
	}
	
	.xnew-body .box div .div3 .line1{
		position:absolute;
		float:left;
		border-top: 1px solid #fff;
		width:450px;
		margin:100px 50px 0;
		opacity:0.5;
		height:1px;
		
	}
	
	.xnew-body .box div .div3 .line2{
		position:absolute;
		float:left;
		border-top: 1px solid #fff;
		width:100px;
		margin:260px 50px 0;
		opacity:0.5;
		height:1px;
	}
	
	.xnew-body .box div .div3 .date{
		font-family: 'Microsoft YaHei','SimHei',Serif;
		font-size:10pt;
		color:#fff;
		position:absolute;
		float:left;
		margin:140px 50px 0;
		text-align:left;
		opacity:0.5;
		height:50px;
	}
	
	
	.xnew-body .box div .div3:hover{
		display:block;
		background-color:#2374e8;
		color:#fff;
		opacity:0.1;
		transition:  1s;
		-moz-transition:  1s;	/* Firefox 4 */
		-webkit-transition:  1s;	/* Safari Ã¥â€™Å’ Chrome */
		-o-transition:  1s;	/* Opera */
		
	}
	
	
	
	/*Ã¦â€“Â°Ã©â€”Â»Ã¥â€&nbsp;â€¦Ã¥Â®Â¹*/
	
	.main2-header {
		display: block;
		height: 51px;
		width: 100%;
		
		line-height: 50px;
		font-size:12px;
		
		
	}
	 @media screen and (max-width: 768px) {
	.main2-header {
		height: auto;
		border-bottom: none;
	}
	}
	
	.main2-header .search{
		display:block;
		width:100%;
		max-width:1200px;
		
		font-size:12px;
		color:#777777;
		
		padding-top:16px;
		
	}
	
	.main2-header .search .item h4{
		
		font-size:14px;
		color:#777777;
		margin:10px 0;
		counter-increment: counter_h1;
	}
	
	
	.main2-header .search .item h4::before{
		content: counter(counter_h1)".";
		 padding-right: 0.3em;
		 font-size:14px;
		color:#777777;
	}
	
	.main2-header .search .item h4 a{
		
		font-size:14px;
		color:#777777;
		
	}
	
	.main2-header .position {
		display: block;
		float: left;
		color: #777777;
		padding-left: 30px;
		margin-top:30px;
		
		
	}
	 @media screen and (max-width: 768px) {
	.main2-header .position {
		width: 100%;
		border-bottom: 1px solid #d6d6d6;
	}
	}
	.main2-header .position a {
		color: #777;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.main2-header .position span {
		padding: 0 3px;
	}
	.main2-header .position a:hover {
		color: #2374e8;
	}
	.main2-header .subnav {
		display: block;
		float: right;
	}
	 @media screen and (max-width: 768px) {
	.main2-header .subnav {
		display: none;
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}
	}
	 @media screen and (max-width: 768px) {
	.main2-header .subnav.profile-nav {
		display: block;
	}
	}
	.main2-header .subnav li {
		display: inline-block;
		margin-left: 60px;
	}
	 @media screen and (max-width: 768px) {
	.main2-header .subnav li {
		margin: 0 5%;
	}
	}
	.main2-header .subnav li a {
		display: block;
		color: #3c3c3c;
		height: 50px;
		line-height: 49px;
	}
	 @media screen and (max-width: 768px) {
	.main2-header .subnav li a {
		height: 40px;
		line-height: 40px;
	}
	}
	.main2-header .subnav li:hover a {
		color: #2374e8;
	}
	.main2-header .subnav li.active a {
		color: #2374e8;
		border-bottom: 2px solid #2374e8;
	}
	
	
	.artical2 {
		display:block;
		
		
	}
	
	.artical2-header {
		display: block;
		margin: 4.5% auto 3%;
		text-align: center;
	}
	 @media screen and (max-width: 768px) {
	.artical2-header {
		margin: 6% auto 5%;
	}
	}
	.artical2-header h1 {
		display: block;
		font-size: 18px;
		color: #333333;
		font-size: 22px;
	}
	.artical2-header p {
		display: block;
		line-height: 33px;
		margin-top: 3.6%;
		color: #777;
		font-size: 12px;
		
	}
	.artical2-header p span {
		display: inline-block;
		margin: 0 1%;
	}
	.artical2-body {
		display: block;
		max-width:900px;
		font-size: 14px;
		color: #777;
		line-height: 1.7;
		margin: 0 auto;
	}
	.artical2-body img {
		display: block;
		max-width: 100%;
	}
	.artical2-body p {
		display: block;
		font-size:  15px;
		margin-bottom: 1.2em;
	}
	.artical2-footer {
		display: block;
		overflow: hidden;
		border-top: 0px solid #717171;
		margin-top: 2%;
		padding-top: 2%;
	}
	 @media screen and (max-width: 768px) {
	.artical2-footer {
		margin-top: 4%;
		padding-top: 4%;
	}
	}
	
	.choose2-artical {
		display: block;
		float: right;
		padding:0px 0 50px 0;
		max-width: 60%;
		font-size:12px;
		color:#777777;
	}
	 @media screen and (max-width: 640px) {
	.choose2-artical {
		display: block;
		width: 100%;
		max-width: 100%;
		float: none;
		font-size:12px;
	}
	}
	
	.choose2-artical_l{
		position:absolute;
		
	}
	
	.choose2-artical_l a{
		float:left; 
		width:80%;
		font-size:12px;
		color:#777777;
	}
	
	.choose2-artical_l a:hover{
		color:#2374e8;
	}
	
	.choose2-artical_l a:after{
		color:#777777;
	}
	
	.artical2-footer .choose2-artical a {
		display: block;
		color: #777777;
		padding:0 0 20px;
		line-height: 28px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
		font-size:12px;
	}
	
	.artical2-footer .choose2-artical a:hover {
		color: #2374e8;
	}
	.artical-footer .share {
		display: block;
		float: right;
		max-width: 40%;
		margin-top: 20px;
		overflow: hidden;
	}
	
	 @media screen and (max-width: 640px) {
	.artical2-footer .share {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-top: 4%;
	}
	}
	
	
	.jiantou{
		position:relative;
		font-size: 25px;
		/* height:14px; */
		line-height: 20px;
		/* height: 20px; */
		top:2.5px;
		margin-left: 8px;
	}
	.jiantou3{
		position:relative;
		font-size:20px;
		height:14px;
		top: -23px;
		left: 78px;
	}
	
	.pageup {
		float:left;	
	}
	
	.pagedown {
		float:right;	
	}</pre></body></html>